[Minotaur-dev] minotaur daily test results
amahajan
amahajan at iitb.ac.in
Thu Apr 13 12:31:17 CDT 2017
Minotaur daily test report
Thu Apr 13 22:37:01 IST 2017
origin.ieor.iitb.ac.in
Linux origin 4.9.0-2-amd64 #1 SMP Debian 4.9.13-1 (2017-02-27) x86_64 GNU/Linux
Detailed log available at http://www.ieor.iitb.ac.in/files/faculty/amahajan/minotaur/nightly/origin/index.html
Not using any user specified doxygen installation
Not using any user specified cmake installation
Minotaur src directory checked out.
Minotaur version: v0.2-143-g2c0c82b
Summary
--------------------------------------------------
compiling build-base: OK.
make utest output for build-base: OK (39)
compiling build-base-debug: OK.
make utest output for build-base-debug: OK (39)
compiling build-base-static: OK.
make utest output for build-base-static: OK (39)
compiling build-filter: OK.
make utest output for build-filter: OK (39)
compiling build-filter-debug: OK.
make utest output for build-filter-debug: OK (39)
compiling build-filter-static: OK.
make utest output for build-filter-static: OK (39)
compiling build-ipopt: OK.
make utest output for build-ipopt: OK (42)
compiling build-ipopt-debug: OK.
make utest output for build-ipopt-debug: OK (42)
compiling build-ipopt-static: OK.
make utest output for build-ipopt-static: OK (42)
compiling build-osi: OK.
make utest output for build-osi: OK (39)
compiling build-osi-debug: OK.
make utest output for build-osi-debug: OK (39)
compiling build-osi-static: OK.
make utest output for build-osi-static: OK (39)
compiling build-ampl: OK.
make utest output for build-ampl: OK (58)
compiling build-ampl-debug: OK.
make utest output for build-ampl-debug: OK (58)
compiling build-ampl-static: OK.
make utest output for build-ampl-static: OK (58)
compiling build-all: OK.
make utest output for build-all: OK (69)
compiling build-all-debug: OK.
make utest output for build-all-debug: OK (69)
compiling build-all-static: OK.
make utest output for build-all-static: OK (69)
compiling build-all-manual: OK.
Errors:
--------------------------------------------------
Errors in build-all-debug:
--------------------------------------------------
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.h:19,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.h:19,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/FilterSQP/FilterSQPEngine.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/engines/FilterSQP/FilterSQPEngine.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/engines/Bqpd/BqpdEngine.h:15,
from /home/amahajan/tmp/minotaur-test/src/engines/Bqpd/BqpdEngine.cpp:25:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/engines/Bqpd/BqpdEngine.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.h:19,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.h:19,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.h:19,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.h:19,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.h:19,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.h:19,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.h:19,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.h:19,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.h:19,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.h:19,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.h:19,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.h:19,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/FilterSQP/FilterSQPEngine.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/engines/FilterSQP/FilterSQPEngine.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/FilterSQP/FilterSQPEngine.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/engines/FilterSQP/FilterSQPEngine.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/FilterSQP/FilterSQPEngine.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/engines/FilterSQP/FilterSQPEngine.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/FilterSQP/FilterSQPEngine.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/engines/FilterSQP/FilterSQPEngine.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/FilterSQP/FilterSQPEngine.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/engines/FilterSQP/FilterSQPEngine.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/FilterSQP/FilterSQPEngine.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/engines/FilterSQP/FilterSQPEngine.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/engines/Bqpd/BqpdEngine.h:15,
from /home/amahajan/tmp/minotaur-test/src/engines/Bqpd/BqpdEngine.cpp:25:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/engines/Bqpd/BqpdEngine.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/engines/Bqpd/BqpdEngine.h:15,
from /home/amahajan/tmp/minotaur-test/src/engines/Bqpd/BqpdEngine.cpp:25:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/engines/Bqpd/BqpdEngine.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/engines/Bqpd/BqpdEngine.h:15,
from /home/amahajan/tmp/minotaur-test/src/engines/Bqpd/BqpdEngine.cpp:25:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/engines/Bqpd/BqpdEngine.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/engines/Bqpd/BqpdEngine.h:15,
from /home/amahajan/tmp/minotaur-test/src/engines/Bqpd/BqpdEngine.cpp:25:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/engines/Bqpd/BqpdEngine.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/engines/Bqpd/BqpdEngine.h:15,
from /home/amahajan/tmp/minotaur-test/src/engines/Bqpd/BqpdEngine.cpp:25:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/engines/Bqpd/BqpdEngine.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/engines/Bqpd/BqpdEngine.h:15,
from /home/amahajan/tmp/minotaur-test/src/engines/Bqpd/BqpdEngine.cpp:25:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/engines/Bqpd/BqpdEngine.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/Ipopt/IpoptEngine.cpp:26:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/Ipopt/IpoptEngine.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/Ipopt/IpoptEngine.cpp:26:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/Ipopt/IpoptEngine.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/Ipopt/IpoptEngine.cpp:26:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/Ipopt/IpoptEngine.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/Ipopt/IpoptEngine.cpp:26:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/Ipopt/IpoptEngine.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/Ipopt/IpoptEngine.cpp:26:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/Ipopt/IpoptEngine.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/Ipopt/IpoptEngine.cpp:26:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/Ipopt/IpoptEngine.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/Ipopt/IpoptEngine.cpp:26:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/Ipopt/IpoptEngine.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/OsiLP/OsiLPEngine.cpp:35:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/engines/OsiLP/OsiLPEngine.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/OsiLP/OsiLPEngine.cpp:35:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/engines/OsiLP/OsiLPEngine.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/OsiLP/OsiLPEngine.cpp:35:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/engines/OsiLP/OsiLPEngine.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/OsiLP/OsiLPEngine.cpp:35:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/engines/OsiLP/OsiLPEngine.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/OsiLP/OsiLPEngine.cpp:35:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/engines/OsiLP/OsiLPEngine.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/OsiLP/OsiLPEngine.cpp:35:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/engines/OsiLP/OsiLPEngine.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/OsiLP/OsiLPEngine.cpp:35:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/engines/OsiLP/OsiLPEngine.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.h:20,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.h:20,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLJacobian.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLJacobian.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.h:20,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.h:20,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.h:20,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.h:20,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.h:20,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.h:20,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.h:20,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.h:20,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.h:20,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.h:20,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.h:20,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.h:20,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLJacobian.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLJacobian.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLJacobian.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLJacobian.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLJacobian.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLJacobian.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLJacobian.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLJacobian.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLJacobian.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLJacobian.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLJacobian.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLJacobian.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.h:22,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:24:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.h:22,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:24:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.h:22,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:24:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.h:22,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:24:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.h:22,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:24:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.h:22,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:24:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.h:22,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:24:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:23:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:23:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:23:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:23:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:23:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:23:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:23:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:22:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:22:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:22:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:22:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:22:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:22:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:22:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/QPDive.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/QPDive.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/QPDive.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/QPDive.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/QPDive.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/QPDive.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/QPDive.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/QPDive.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/QPDive.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/QPDive.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/QPDive.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/QPDive.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/QPDive.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/QPDive.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.h:19,
from /home/amahajan/tmp/minotaur-test/src/algorithms/qg.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/qg.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/MsBnb.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/MsBnb.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/MsBnb.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/MsBnb.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/MsBnb.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/MsBnb.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/MsBnb.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/MsBnb.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/MsBnb.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/MsBnb.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/MsBnb.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/MsBnb.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.h:19,
from /home/amahajan/tmp/minotaur-test/src/algorithms/qg.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/qg.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.h:19,
from /home/amahajan/tmp/minotaur-test/src/algorithms/qg.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/qg.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.h:19,
from /home/amahajan/tmp/minotaur-test/src/algorithms/qg.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/qg.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.h:19,
from /home/amahajan/tmp/minotaur-test/src/algorithms/qg.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/qg.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.h:19,
from /home/amahajan/tmp/minotaur-test/src/algorithms/qg.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/qg.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/MsBnb.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/MsBnb.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.h:19,
from /home/amahajan/tmp/minotaur-test/src/algorithms/qg.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/qg.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Glob.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Glob.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/McBnb.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/McBnb.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Glob.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Glob.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Glob.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Glob.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Glob.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Glob.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Glob.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Glob.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Glob.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Glob.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Glob.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Glob.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/McBnb.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/McBnb.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/McBnb.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/McBnb.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/McBnb.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/McBnb.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/McBnb.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/McBnb.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/McBnb.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/McBnb.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/McBnb.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/McBnb.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Bnb.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Bnb.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Bnb.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Bnb.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Bnb.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Bnb.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Bnb.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Bnb.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Bnb.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Bnb.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Bnb.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Bnb.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Bnb.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Bnb.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:14,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:14,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:14,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:14,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:14,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:14,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:14,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:22,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:20,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:22,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:20,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:22,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:20,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:22,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:20,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:22,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:20,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:22,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:20,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:22,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:20,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:19,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:19,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:19,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:19,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:19,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:19,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:19,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/NLPBnbUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/NLPBnbUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/NLPBnbUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/NLPBnbUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/NLPBnbUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/NLPBnbUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/NLPBnbUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/NLPBnbUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/NLPBnbUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/NLPBnbUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/NLPBnbUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/NLPBnbUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/NLPBnbUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/NLPBnbUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/IpoptEngineUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/IpoptEngineUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/IpoptEngineUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/IpoptEngineUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/IpoptEngineUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/IpoptEngineUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/IpoptEngineUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/IpoptEngineUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/IpoptEngineUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/IpoptEngineUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/IpoptEngineUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/IpoptEngineUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/IpoptEngineUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/IpoptEngineUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolySolverUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolySolverUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolySolverUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolySolverUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolySolverUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolySolverUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolySolverUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolySolverUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolySolverUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolySolverUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolySolverUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolySolverUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolySolverUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolySolverUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLBqpdUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLBqpdUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLBqpdUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLBqpdUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLBqpdUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLBqpdUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLBqpdUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLBqpdUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLBqpdUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLBqpdUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLBqpdUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLBqpdUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLBqpdUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLBqpdUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLBqpdUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLBqpdUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLBqpdUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLBqpdUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLBqpdUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLBqpdUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLBqpdUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLBqpdUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLBqpdUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLBqpdUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLBqpdUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLBqpdUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLBqpdUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLBqpdUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLFilterSQPUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLFilterSQPUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLFilterSQPUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLFilterSQPUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLFilterSQPUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLFilterSQPUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLFilterSQPUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLFilterSQPUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLFilterSQPUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLFilterSQPUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLFilterSQPUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLFilterSQPUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLFilterSQPUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLFilterSQPUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLFilterSQPUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLFilterSQPUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLFilterSQPUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLFilterSQPUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLFilterSQPUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLFilterSQPUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLFilterSQPUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLFilterSQPUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLFilterSQPUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLFilterSQPUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLFilterSQPUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLFilterSQPUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLFilterSQPUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLFilterSQPUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLIpoptUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLIpoptUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLIpoptUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLIpoptUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLIpoptUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLIpoptUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLIpoptUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLIpoptUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLIpoptUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLIpoptUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLIpoptUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLIpoptUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLIpoptUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLIpoptUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLIpoptUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLIpoptUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLIpoptUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLIpoptUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLIpoptUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLIpoptUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLIpoptUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLIpoptUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLIpoptUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLIpoptUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLIpoptUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLIpoptUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLIpoptUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLIpoptUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLOsiUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLOsiUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLOsiUT.h:14,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLOsiUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLOsiUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLOsiUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLOsiUT.h:14,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLOsiUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLOsiUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLOsiUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLOsiUT.h:14,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLOsiUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLOsiUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLOsiUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLOsiUT.h:14,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLOsiUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLOsiUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLOsiUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLOsiUT.h:14,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLOsiUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLOsiUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLOsiUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLOsiUT.h:14,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLOsiUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLOsiUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLOsiUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLOsiUT.h:14,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLOsiUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
: logger ok! OK (69)
==32012== Memcheck, a memory error detector
==32012== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al.
==32012== Using Valgrind-3.12.0.SVN and LibVEX; rerun with -h for copyright info
==32012== Command: ./unittest all
==32012==
: logger ok! OK (69)
==32012==
==32012== HEAP SUMMARY:
==32012== in use at exit: 0 bytes in 0 blocks
==32012== total heap usage: 172,788 allocs, 172,788 frees, 888,607,628 bytes allocated
==32012==
==32012== All heap blocks were freed -- no leaks are possible
==32012==
==32012== For counts of detected and suppressed errors, rerun with: -v
==32012== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
Errors in build-all:
--------------------------------------------------
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/FilterSQP/FilterSQPEngine.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/engines/FilterSQP/FilterSQPEngine.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/engines/Bqpd/BqpdEngine.h:15,
from /home/amahajan/tmp/minotaur-test/src/engines/Bqpd/BqpdEngine.cpp:25:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/engines/Bqpd/BqpdEngine.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.h:19,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.h:19,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/FilterSQP/FilterSQPEngine.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/engines/FilterSQP/FilterSQPEngine.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/FilterSQP/FilterSQPEngine.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/engines/FilterSQP/FilterSQPEngine.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/FilterSQP/FilterSQPEngine.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/engines/FilterSQP/FilterSQPEngine.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/FilterSQP/FilterSQPEngine.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/engines/FilterSQP/FilterSQPEngine.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/FilterSQP/FilterSQPEngine.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/engines/FilterSQP/FilterSQPEngine.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/FilterSQP/FilterSQPEngine.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/engines/FilterSQP/FilterSQPEngine.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/engines/Bqpd/BqpdEngine.h:15,
from /home/amahajan/tmp/minotaur-test/src/engines/Bqpd/BqpdEngine.cpp:25:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/engines/Bqpd/BqpdEngine.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/engines/Bqpd/BqpdEngine.h:15,
from /home/amahajan/tmp/minotaur-test/src/engines/Bqpd/BqpdEngine.cpp:25:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/engines/Bqpd/BqpdEngine.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/engines/Bqpd/BqpdEngine.h:15,
from /home/amahajan/tmp/minotaur-test/src/engines/Bqpd/BqpdEngine.cpp:25:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/engines/Bqpd/BqpdEngine.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/engines/Bqpd/BqpdEngine.h:15,
from /home/amahajan/tmp/minotaur-test/src/engines/Bqpd/BqpdEngine.cpp:25:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/engines/Bqpd/BqpdEngine.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/engines/Bqpd/BqpdEngine.h:15,
from /home/amahajan/tmp/minotaur-test/src/engines/Bqpd/BqpdEngine.cpp:25:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/engines/Bqpd/BqpdEngine.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/engines/Bqpd/BqpdEngine.h:15,
from /home/amahajan/tmp/minotaur-test/src/engines/Bqpd/BqpdEngine.cpp:25:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/engines/Bqpd/BqpdEngine.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.h:19,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.h:19,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.h:19,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.h:19,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.h:19,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.h:19,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.h:19,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.h:19,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.h:19,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.h:19,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.h:19,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.h:19,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/Ipopt/IpoptEngine.cpp:26:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/Ipopt/IpoptEngine.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/Ipopt/IpoptEngine.cpp:26:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/Ipopt/IpoptEngine.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/Ipopt/IpoptEngine.cpp:26:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/Ipopt/IpoptEngine.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/Ipopt/IpoptEngine.cpp:26:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/Ipopt/IpoptEngine.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/Ipopt/IpoptEngine.cpp:26:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/Ipopt/IpoptEngine.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/Ipopt/IpoptEngine.cpp:26:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/Ipopt/IpoptEngine.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/Ipopt/IpoptEngine.cpp:26:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/Ipopt/IpoptEngine.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/OsiLP/OsiLPEngine.cpp:35:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/engines/OsiLP/OsiLPEngine.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/OsiLP/OsiLPEngine.cpp:35:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/engines/OsiLP/OsiLPEngine.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/OsiLP/OsiLPEngine.cpp:35:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/engines/OsiLP/OsiLPEngine.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/OsiLP/OsiLPEngine.cpp:35:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/engines/OsiLP/OsiLPEngine.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/OsiLP/OsiLPEngine.cpp:35:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/engines/OsiLP/OsiLPEngine.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/OsiLP/OsiLPEngine.cpp:35:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/engines/OsiLP/OsiLPEngine.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/OsiLP/OsiLPEngine.cpp:35:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/engines/OsiLP/OsiLPEngine.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLJacobian.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLJacobian.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLJacobian.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLJacobian.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLJacobian.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLJacobian.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLJacobian.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLJacobian.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLJacobian.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLJacobian.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLJacobian.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLJacobian.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLJacobian.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLJacobian.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.h:20,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.h:20,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.h:20,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.h:20,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.h:20,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.h:20,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.h:20,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.h:20,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.h:20,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.h:20,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.h:20,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.h:20,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.h:20,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.h:20,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.h:22,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:24:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.h:22,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:24:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.h:22,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:24:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.h:22,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:24:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.h:22,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:24:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.h:22,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:24:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.h:22,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:24:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:23:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:23:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:23:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:23:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:23:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:23:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:23:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:22:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:22:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:22:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:22:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:22:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:22:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:22:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Bnb.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Bnb.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/McBnb.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/McBnb.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/MsBnb.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/MsBnb.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Bnb.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Bnb.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Bnb.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Bnb.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Bnb.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Bnb.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Bnb.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Bnb.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Bnb.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Bnb.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Bnb.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Bnb.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.h:19,
from /home/amahajan/tmp/minotaur-test/src/algorithms/qg.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/qg.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/McBnb.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/McBnb.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/McBnb.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/McBnb.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/McBnb.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/McBnb.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/McBnb.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/McBnb.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/McBnb.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/McBnb.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/McBnb.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/McBnb.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/MsBnb.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/MsBnb.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/MsBnb.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/MsBnb.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/MsBnb.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/MsBnb.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/MsBnb.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/MsBnb.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/MsBnb.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/MsBnb.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/MsBnb.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/MsBnb.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.h:19,
from /home/amahajan/tmp/minotaur-test/src/algorithms/qg.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/qg.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.h:19,
from /home/amahajan/tmp/minotaur-test/src/algorithms/qg.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/qg.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.h:19,
from /home/amahajan/tmp/minotaur-test/src/algorithms/qg.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/qg.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.h:19,
from /home/amahajan/tmp/minotaur-test/src/algorithms/qg.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/qg.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.h:19,
from /home/amahajan/tmp/minotaur-test/src/algorithms/qg.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/qg.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.h:19,
from /home/amahajan/tmp/minotaur-test/src/algorithms/qg.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/qg.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Glob.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Glob.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Glob.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Glob.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Glob.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Glob.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Glob.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Glob.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Glob.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Glob.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Glob.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Glob.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Glob.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Glob.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/QPDive.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/QPDive.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/QPDive.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/QPDive.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/QPDive.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/QPDive.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/QPDive.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/QPDive.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/QPDive.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/QPDive.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/QPDive.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/QPDive.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/QPDive.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/QPDive.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:14,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:14,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:14,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:14,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:14,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:14,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:14,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:22,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:20,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:22,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:20,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:22,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:20,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:22,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:20,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:22,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:20,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:22,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:20,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:22,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:20,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:19,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:19,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:19,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:19,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:19,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:19,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:19,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/NLPBnbUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/NLPBnbUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/NLPBnbUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/NLPBnbUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/NLPBnbUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/NLPBnbUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/NLPBnbUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/NLPBnbUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/NLPBnbUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/NLPBnbUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/NLPBnbUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/NLPBnbUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/NLPBnbUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/NLPBnbUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/IpoptEngineUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/IpoptEngineUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/IpoptEngineUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/IpoptEngineUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/IpoptEngineUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/IpoptEngineUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/IpoptEngineUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/IpoptEngineUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/IpoptEngineUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/IpoptEngineUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/IpoptEngineUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/IpoptEngineUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/IpoptEngineUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/IpoptEngineUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolySolverUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolySolverUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolySolverUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolySolverUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolySolverUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolySolverUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolySolverUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolySolverUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolySolverUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolySolverUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolySolverUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolySolverUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolySolverUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolySolverUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLBqpdUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLBqpdUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLBqpdUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLBqpdUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLBqpdUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLBqpdUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLBqpdUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLBqpdUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLBqpdUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLBqpdUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLBqpdUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLBqpdUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLBqpdUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLBqpdUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLBqpdUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLBqpdUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLBqpdUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLBqpdUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLBqpdUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLBqpdUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLBqpdUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLBqpdUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLBqpdUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLBqpdUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLBqpdUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLBqpdUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLBqpdUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLBqpdUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLFilterSQPUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLFilterSQPUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLFilterSQPUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLFilterSQPUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLFilterSQPUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLFilterSQPUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLFilterSQPUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLFilterSQPUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLFilterSQPUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLFilterSQPUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLFilterSQPUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLFilterSQPUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLFilterSQPUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLFilterSQPUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLFilterSQPUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLFilterSQPUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLFilterSQPUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLFilterSQPUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLFilterSQPUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLFilterSQPUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLFilterSQPUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLFilterSQPUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLFilterSQPUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLFilterSQPUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLFilterSQPUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLFilterSQPUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLFilterSQPUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLFilterSQPUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLIpoptUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLIpoptUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLIpoptUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLIpoptUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLIpoptUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLIpoptUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLIpoptUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLIpoptUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLIpoptUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLIpoptUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLIpoptUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLIpoptUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLIpoptUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLIpoptUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLIpoptUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLIpoptUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLIpoptUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLIpoptUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLIpoptUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLIpoptUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLIpoptUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLIpoptUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLIpoptUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLIpoptUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLIpoptUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLIpoptUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLIpoptUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLIpoptUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLOsiUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLOsiUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLOsiUT.h:14,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLOsiUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLOsiUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLOsiUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLOsiUT.h:14,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLOsiUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLOsiUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLOsiUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLOsiUT.h:14,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLOsiUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLOsiUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLOsiUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLOsiUT.h:14,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLOsiUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLOsiUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLOsiUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLOsiUT.h:14,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLOsiUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLOsiUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLOsiUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLOsiUT.h:14,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLOsiUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLOsiUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLOsiUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLOsiUT.h:14,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLOsiUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
: logger ok! OK (69)
Errors in build-all-manual:
--------------------------------------------------
Makefile:542: minotaur.d: No such file or directory
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.h:22,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:24:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.h:22,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:24:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.h:22,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:24:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.h:22,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:24:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.h:22,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:24:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.h:22,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:24:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.h:22,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:24:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:23:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:23:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:23:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:23:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:23:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:23:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:23:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:22:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:22:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:22:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:22:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:22:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:22:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:22:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from ./include/minotaur/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from ./include/minotaur/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from ./include/minotaur/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from ./include/minotaur/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from ./include/minotaur/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from ./include/minotaur/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from ./include/minotaur/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from ./include/minotaur/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from ./include/minotaur/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from ./include/minotaur/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from ./include/minotaur/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from ./include/minotaur/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from ./include/minotaur/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from ./include/minotaur/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/engines/Bqpd/BqpdEngine.h:15,
from /home/amahajan/tmp/minotaur-test/src/engines/Bqpd/BqpdEngine.cpp:25:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/engines/Bqpd/BqpdEngine.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/engines/Bqpd/BqpdEngine.h:15,
from /home/amahajan/tmp/minotaur-test/src/engines/Bqpd/BqpdEngine.cpp:25:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/engines/Bqpd/BqpdEngine.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/engines/Bqpd/BqpdEngine.h:15,
from /home/amahajan/tmp/minotaur-test/src/engines/Bqpd/BqpdEngine.cpp:25:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/engines/Bqpd/BqpdEngine.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/engines/Bqpd/BqpdEngine.h:15,
from /home/amahajan/tmp/minotaur-test/src/engines/Bqpd/BqpdEngine.cpp:25:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/engines/Bqpd/BqpdEngine.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/engines/Bqpd/BqpdEngine.h:15,
from /home/amahajan/tmp/minotaur-test/src/engines/Bqpd/BqpdEngine.cpp:25:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/engines/Bqpd/BqpdEngine.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/engines/Bqpd/BqpdEngine.h:15,
from /home/amahajan/tmp/minotaur-test/src/engines/Bqpd/BqpdEngine.cpp:25:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/engines/Bqpd/BqpdEngine.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/engines/Bqpd/BqpdEngine.h:15,
from /home/amahajan/tmp/minotaur-test/src/engines/Bqpd/BqpdEngine.cpp:25:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/engines/Bqpd/BqpdEngine.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from ./include/minotaur/Types.h:16,
from ./include/minotaur/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/FilterSQP/FilterSQPEngine.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/engines/FilterSQP/FilterSQPEngine.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from ./include/minotaur/Types.h:16,
from ./include/minotaur/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/FilterSQP/FilterSQPEngine.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/engines/FilterSQP/FilterSQPEngine.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from ./include/minotaur/Types.h:16,
from ./include/minotaur/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/FilterSQP/FilterSQPEngine.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/engines/FilterSQP/FilterSQPEngine.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from ./include/minotaur/Types.h:16,
from ./include/minotaur/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/FilterSQP/FilterSQPEngine.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/engines/FilterSQP/FilterSQPEngine.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from ./include/minotaur/Types.h:16,
from ./include/minotaur/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/FilterSQP/FilterSQPEngine.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/engines/FilterSQP/FilterSQPEngine.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from ./include/minotaur/Types.h:16,
from ./include/minotaur/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/FilterSQP/FilterSQPEngine.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/engines/FilterSQP/FilterSQPEngine.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from ./include/minotaur/Types.h:16,
from ./include/minotaur/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/FilterSQP/FilterSQPEngine.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/engines/FilterSQP/FilterSQPEngine.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from ./include/minotaur/Types.h:16,
from ./include/minotaur/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/OsiLP/OsiLPEngine.cpp:35:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/engines/OsiLP/OsiLPEngine.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from ./include/minotaur/Types.h:16,
from ./include/minotaur/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/OsiLP/OsiLPEngine.cpp:35:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/engines/OsiLP/OsiLPEngine.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from ./include/minotaur/Types.h:16,
from ./include/minotaur/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/OsiLP/OsiLPEngine.cpp:35:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/engines/OsiLP/OsiLPEngine.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from ./include/minotaur/Types.h:16,
from ./include/minotaur/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/OsiLP/OsiLPEngine.cpp:35:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/engines/OsiLP/OsiLPEngine.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from ./include/minotaur/Types.h:16,
from ./include/minotaur/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/OsiLP/OsiLPEngine.cpp:35:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/engines/OsiLP/OsiLPEngine.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from ./include/minotaur/Types.h:16,
from ./include/minotaur/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/OsiLP/OsiLPEngine.cpp:35:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/engines/OsiLP/OsiLPEngine.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from ./include/minotaur/Types.h:16,
from ./include/minotaur/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/OsiLP/OsiLPEngine.cpp:35:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/engines/OsiLP/OsiLPEngine.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from ./include/minotaur/Types.h:16,
from ./include/minotaur/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/Ipopt/IpoptEngine.cpp:26:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from ./include/minotaur/Types.h:16,
from ./include/minotaur/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/Ipopt/IpoptEngine.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from ./include/minotaur/Types.h:16,
from ./include/minotaur/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/Ipopt/IpoptEngine.cpp:26:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from ./include/minotaur/Types.h:16,
from ./include/minotaur/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/Ipopt/IpoptEngine.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from ./include/minotaur/Types.h:16,
from ./include/minotaur/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/Ipopt/IpoptEngine.cpp:26:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from ./include/minotaur/Types.h:16,
from ./include/minotaur/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/Ipopt/IpoptEngine.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from ./include/minotaur/Types.h:16,
from ./include/minotaur/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/Ipopt/IpoptEngine.cpp:26:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from ./include/minotaur/Types.h:16,
from ./include/minotaur/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/Ipopt/IpoptEngine.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from ./include/minotaur/Types.h:16,
from ./include/minotaur/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/Ipopt/IpoptEngine.cpp:26:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from ./include/minotaur/Types.h:16,
from ./include/minotaur/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/Ipopt/IpoptEngine.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from ./include/minotaur/Types.h:16,
from ./include/minotaur/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/Ipopt/IpoptEngine.cpp:26:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from ./include/minotaur/Types.h:16,
from ./include/minotaur/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/Ipopt/IpoptEngine.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from ./include/minotaur/Types.h:16,
from ./include/minotaur/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/Ipopt/IpoptEngine.cpp:26:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from ./include/minotaur/Types.h:16,
from ./include/minotaur/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/Ipopt/IpoptEngine.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from ./include/minotaur/Types.h:16,
from ./include/minotaur/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.h:19,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from ./include/minotaur/Types.h:16,
from ./include/minotaur/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.h:19,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from ./include/minotaur/Types.h:16,
from ./include/minotaur/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.h:19,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from ./include/minotaur/Types.h:16,
from ./include/minotaur/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.h:19,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from ./include/minotaur/Types.h:16,
from ./include/minotaur/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.h:19,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from ./include/minotaur/Types.h:16,
from ./include/minotaur/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.h:19,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from ./include/minotaur/Types.h:16,
from ./include/minotaur/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.h:19,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from ./include/minotaur/Types.h:16,
from ./include/minotaur/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.h:19,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from ./include/minotaur/Types.h:16,
from ./include/minotaur/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.h:19,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from ./include/minotaur/Types.h:16,
from ./include/minotaur/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.h:19,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from ./include/minotaur/Types.h:16,
from ./include/minotaur/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.h:19,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from ./include/minotaur/Types.h:16,
from ./include/minotaur/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.h:19,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from ./include/minotaur/Types.h:16,
from ./include/minotaur/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.h:19,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from ./include/minotaur/Types.h:16,
from ./include/minotaur/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.h:19,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from ./include/minotaur/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from ./include/minotaur/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from ./include/minotaur/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from ./include/minotaur/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from ./include/minotaur/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from ./include/minotaur/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from ./include/minotaur/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from ./include/minotaur/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from ./include/minotaur/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from ./include/minotaur/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from ./include/minotaur/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from ./include/minotaur/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from ./include/minotaur/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from ./include/minotaur/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from ./include/minotaur/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLJacobian.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from ./include/minotaur/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLJacobian.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from ./include/minotaur/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLJacobian.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from ./include/minotaur/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLJacobian.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from ./include/minotaur/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLJacobian.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from ./include/minotaur/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLJacobian.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from ./include/minotaur/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLJacobian.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from ./include/minotaur/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLJacobian.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from ./include/minotaur/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLJacobian.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from ./include/minotaur/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLJacobian.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from ./include/minotaur/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLJacobian.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from ./include/minotaur/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLJacobian.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from ./include/minotaur/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLJacobian.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from ./include/minotaur/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLJacobian.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from ./include/minotaur/Types.h:16,
from ./include/minotaur/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.h:20,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from ./include/minotaur/Types.h:16,
from ./include/minotaur/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.h:20,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from ./include/minotaur/Types.h:16,
from ./include/minotaur/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.h:20,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from ./include/minotaur/Types.h:16,
from ./include/minotaur/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.h:20,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from ./include/minotaur/Types.h:16,
from ./include/minotaur/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.h:20,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from ./include/minotaur/Types.h:16,
from ./include/minotaur/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.h:20,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from ./include/minotaur/Types.h:16,
from ./include/minotaur/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.h:20,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from ./include/minotaur/Types.h:16,
from ./include/minotaur/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.h:20,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from ./include/minotaur/Types.h:16,
from ./include/minotaur/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.h:20,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from ./include/minotaur/Types.h:16,
from ./include/minotaur/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.h:20,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from ./include/minotaur/Types.h:16,
from ./include/minotaur/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.h:20,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from ./include/minotaur/Types.h:16,
from ./include/minotaur/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.h:20,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from ./include/minotaur/Types.h:16,
from ./include/minotaur/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.h:20,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from ./include/minotaur/Types.h:16,
from ./include/minotaur/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.h:20,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from ./include/minotaur/Types.h:16,
from ./include/minotaur/NodeProcessor.h:18,
from ./include/minotaur/BndProcessor.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Bnb.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Bnb.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from ./include/minotaur/Types.h:16,
from ./include/minotaur/NodeProcessor.h:18,
from ./include/minotaur/BndProcessor.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Bnb.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Bnb.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from ./include/minotaur/Types.h:16,
from ./include/minotaur/NodeProcessor.h:18,
from ./include/minotaur/BndProcessor.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Bnb.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Bnb.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from ./include/minotaur/Types.h:16,
from ./include/minotaur/NodeProcessor.h:18,
from ./include/minotaur/BndProcessor.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Bnb.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Bnb.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from ./include/minotaur/Types.h:16,
from ./include/minotaur/NodeProcessor.h:18,
from ./include/minotaur/BndProcessor.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Bnb.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Bnb.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from ./include/minotaur/Types.h:16,
from ./include/minotaur/NodeProcessor.h:18,
from ./include/minotaur/BndProcessor.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Bnb.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Bnb.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from ./include/minotaur/Types.h:16,
from ./include/minotaur/NodeProcessor.h:18,
from ./include/minotaur/BndProcessor.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Bnb.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Bnb.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from ./include/minotaur/Types.h:16,
from ./include/minotaur/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Glob.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Glob.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from ./include/minotaur/Types.h:16,
from ./include/minotaur/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Glob.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Glob.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from ./include/minotaur/Types.h:16,
from ./include/minotaur/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Glob.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Glob.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from ./include/minotaur/Types.h:16,
from ./include/minotaur/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Glob.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Glob.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from ./include/minotaur/Types.h:16,
from ./include/minotaur/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Glob.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Glob.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from ./include/minotaur/Types.h:16,
from ./include/minotaur/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Glob.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Glob.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from ./include/minotaur/Types.h:16,
from ./include/minotaur/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Glob.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Glob.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from ./include/minotaur/Types.h:16,
from ./include/minotaur/HessianOfLag.h:17,
from ./include/minotaur/AMPLHessian.h:19,
from /home/amahajan/tmp/minotaur-test/src/algorithms/qg.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/qg.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from ./include/minotaur/Types.h:16,
from ./include/minotaur/HessianOfLag.h:17,
from ./include/minotaur/AMPLHessian.h:19,
from /home/amahajan/tmp/minotaur-test/src/algorithms/qg.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/qg.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from ./include/minotaur/Types.h:16,
from ./include/minotaur/HessianOfLag.h:17,
from ./include/minotaur/AMPLHessian.h:19,
from /home/amahajan/tmp/minotaur-test/src/algorithms/qg.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/qg.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from ./include/minotaur/Types.h:16,
from ./include/minotaur/HessianOfLag.h:17,
from ./include/minotaur/AMPLHessian.h:19,
from /home/amahajan/tmp/minotaur-test/src/algorithms/qg.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/qg.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from ./include/minotaur/Types.h:16,
from ./include/minotaur/HessianOfLag.h:17,
from ./include/minotaur/AMPLHessian.h:19,
from /home/amahajan/tmp/minotaur-test/src/algorithms/qg.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/qg.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from ./include/minotaur/Types.h:16,
from ./include/minotaur/HessianOfLag.h:17,
from ./include/minotaur/AMPLHessian.h:19,
from /home/amahajan/tmp/minotaur-test/src/algorithms/qg.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/qg.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from ./include/minotaur/Types.h:16,
from ./include/minotaur/HessianOfLag.h:17,
from ./include/minotaur/AMPLHessian.h:19,
from /home/amahajan/tmp/minotaur-test/src/algorithms/qg.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/qg.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from ./include/minotaur/Types.h:16,
from ./include/minotaur/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/QPDive.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/QPDive.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from ./include/minotaur/Types.h:16,
from ./include/minotaur/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/QPDive.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/QPDive.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from ./include/minotaur/Types.h:16,
from ./include/minotaur/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/QPDive.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/QPDive.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from ./include/minotaur/Types.h:16,
from ./include/minotaur/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/QPDive.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/QPDive.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from ./include/minotaur/Types.h:16,
from ./include/minotaur/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/QPDive.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/QPDive.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from ./include/minotaur/Types.h:16,
from ./include/minotaur/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/QPDive.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/QPDive.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from ./include/minotaur/Types.h:16,
from ./include/minotaur/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/QPDive.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/QPDive.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
Errors in build-all-static:
--------------------------------------------------
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.h:19,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.h:19,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/FilterSQP/FilterSQPEngine.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/engines/FilterSQP/FilterSQPEngine.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/engines/Bqpd/BqpdEngine.h:15,
from /home/amahajan/tmp/minotaur-test/src/engines/Bqpd/BqpdEngine.cpp:25:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/engines/Bqpd/BqpdEngine.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.h:19,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.h:19,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.h:19,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.h:19,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.h:19,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.h:19,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.h:19,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.h:19,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.h:19,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.h:19,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.h:19,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.h:19,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/FilterSQP/FilterSQPEngine.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/engines/FilterSQP/FilterSQPEngine.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/FilterSQP/FilterSQPEngine.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/engines/FilterSQP/FilterSQPEngine.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/FilterSQP/FilterSQPEngine.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/engines/FilterSQP/FilterSQPEngine.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/FilterSQP/FilterSQPEngine.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/engines/FilterSQP/FilterSQPEngine.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/FilterSQP/FilterSQPEngine.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/engines/FilterSQP/FilterSQPEngine.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/FilterSQP/FilterSQPEngine.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/engines/FilterSQP/FilterSQPEngine.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/engines/Bqpd/BqpdEngine.h:15,
from /home/amahajan/tmp/minotaur-test/src/engines/Bqpd/BqpdEngine.cpp:25:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/engines/Bqpd/BqpdEngine.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/engines/Bqpd/BqpdEngine.h:15,
from /home/amahajan/tmp/minotaur-test/src/engines/Bqpd/BqpdEngine.cpp:25:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/engines/Bqpd/BqpdEngine.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/engines/Bqpd/BqpdEngine.h:15,
from /home/amahajan/tmp/minotaur-test/src/engines/Bqpd/BqpdEngine.cpp:25:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/engines/Bqpd/BqpdEngine.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/engines/Bqpd/BqpdEngine.h:15,
from /home/amahajan/tmp/minotaur-test/src/engines/Bqpd/BqpdEngine.cpp:25:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/engines/Bqpd/BqpdEngine.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/engines/Bqpd/BqpdEngine.h:15,
from /home/amahajan/tmp/minotaur-test/src/engines/Bqpd/BqpdEngine.cpp:25:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/engines/Bqpd/BqpdEngine.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/engines/Bqpd/BqpdEngine.h:15,
from /home/amahajan/tmp/minotaur-test/src/engines/Bqpd/BqpdEngine.cpp:25:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/engines/Bqpd/BqpdEngine.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/Ipopt/IpoptEngine.cpp:26:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/Ipopt/IpoptEngine.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/Ipopt/IpoptEngine.cpp:26:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/Ipopt/IpoptEngine.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/Ipopt/IpoptEngine.cpp:26:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/Ipopt/IpoptEngine.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/Ipopt/IpoptEngine.cpp:26:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/Ipopt/IpoptEngine.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/Ipopt/IpoptEngine.cpp:26:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/Ipopt/IpoptEngine.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/Ipopt/IpoptEngine.cpp:26:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/Ipopt/IpoptEngine.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/Ipopt/IpoptEngine.cpp:26:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/Ipopt/IpoptEngine.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/OsiLP/OsiLPEngine.cpp:35:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/engines/OsiLP/OsiLPEngine.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/OsiLP/OsiLPEngine.cpp:35:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/engines/OsiLP/OsiLPEngine.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/OsiLP/OsiLPEngine.cpp:35:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/engines/OsiLP/OsiLPEngine.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/OsiLP/OsiLPEngine.cpp:35:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/engines/OsiLP/OsiLPEngine.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/OsiLP/OsiLPEngine.cpp:35:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/engines/OsiLP/OsiLPEngine.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/OsiLP/OsiLPEngine.cpp:35:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/engines/OsiLP/OsiLPEngine.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/OsiLP/OsiLPEngine.cpp:35:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/engines/OsiLP/OsiLPEngine.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLJacobian.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLJacobian.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLJacobian.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLJacobian.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLJacobian.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLJacobian.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLJacobian.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLJacobian.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLJacobian.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLJacobian.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLJacobian.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLJacobian.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLJacobian.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLJacobian.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.h:20,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.h:20,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.h:20,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.h:20,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.h:20,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.h:20,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.h:20,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.h:20,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.h:20,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.h:20,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.h:20,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.h:20,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.h:20,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.h:20,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.h:22,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:24:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.h:22,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:24:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.h:22,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:24:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.h:22,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:24:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.h:22,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:24:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.h:22,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:24:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.h:22,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:24:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:23:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:23:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:23:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:23:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:23:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:23:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:23:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:22:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:22:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:22:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:22:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:22:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:22:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:22:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/MsBnb.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/MsBnb.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/McBnb.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/McBnb.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/QPDive.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/QPDive.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/MsBnb.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/MsBnb.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/MsBnb.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/MsBnb.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/MsBnb.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/MsBnb.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/MsBnb.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/MsBnb.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/MsBnb.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/MsBnb.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/McBnb.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/McBnb.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/MsBnb.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/MsBnb.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/McBnb.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/McBnb.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/McBnb.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/McBnb.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/McBnb.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/McBnb.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/McBnb.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/McBnb.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/McBnb.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/McBnb.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/QPDive.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/QPDive.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/QPDive.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/QPDive.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/QPDive.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/QPDive.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/QPDive.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/QPDive.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/QPDive.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/QPDive.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/QPDive.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/QPDive.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Glob.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Glob.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.h:19,
from /home/amahajan/tmp/minotaur-test/src/algorithms/qg.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/qg.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Glob.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Glob.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Glob.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Glob.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Glob.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Glob.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Glob.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Glob.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Glob.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Glob.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Glob.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Glob.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Bnb.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Bnb.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.h:19,
from /home/amahajan/tmp/minotaur-test/src/algorithms/qg.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/qg.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.h:19,
from /home/amahajan/tmp/minotaur-test/src/algorithms/qg.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/qg.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.h:19,
from /home/amahajan/tmp/minotaur-test/src/algorithms/qg.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/qg.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.h:19,
from /home/amahajan/tmp/minotaur-test/src/algorithms/qg.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/qg.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.h:19,
from /home/amahajan/tmp/minotaur-test/src/algorithms/qg.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/qg.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.h:19,
from /home/amahajan/tmp/minotaur-test/src/algorithms/qg.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/qg.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Bnb.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Bnb.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Bnb.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Bnb.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Bnb.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Bnb.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Bnb.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Bnb.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Bnb.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Bnb.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Bnb.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Bnb.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:14,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:14,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:14,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:14,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:14,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:14,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:14,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:22,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:20,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:22,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:20,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:22,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:20,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:22,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:20,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:22,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:20,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:22,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:20,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:22,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:20,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:19,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:19,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:19,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:19,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:19,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:19,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:19,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/NLPBnbUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/NLPBnbUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/NLPBnbUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/NLPBnbUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/NLPBnbUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/NLPBnbUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/NLPBnbUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/NLPBnbUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/NLPBnbUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/NLPBnbUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/NLPBnbUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/NLPBnbUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/NLPBnbUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/NLPBnbUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/IpoptEngineUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/IpoptEngineUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/IpoptEngineUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/IpoptEngineUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/IpoptEngineUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/IpoptEngineUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/IpoptEngineUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/IpoptEngineUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/IpoptEngineUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/IpoptEngineUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/IpoptEngineUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/IpoptEngineUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/IpoptEngineUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/IpoptEngineUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolySolverUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolySolverUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolySolverUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolySolverUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolySolverUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolySolverUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolySolverUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolySolverUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolySolverUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolySolverUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolySolverUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolySolverUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolySolverUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolySolverUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLBqpdUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLBqpdUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLBqpdUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLBqpdUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLBqpdUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLBqpdUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLBqpdUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLBqpdUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLBqpdUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLBqpdUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLBqpdUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLBqpdUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLBqpdUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLBqpdUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLBqpdUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLBqpdUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLBqpdUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLBqpdUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLBqpdUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLBqpdUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLBqpdUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLBqpdUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLBqpdUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLBqpdUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLBqpdUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLBqpdUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLBqpdUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLBqpdUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLFilterSQPUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLFilterSQPUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLFilterSQPUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLFilterSQPUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLFilterSQPUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLFilterSQPUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLFilterSQPUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLFilterSQPUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLFilterSQPUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLFilterSQPUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLFilterSQPUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLFilterSQPUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLFilterSQPUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLFilterSQPUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLFilterSQPUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLFilterSQPUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLFilterSQPUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLFilterSQPUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLFilterSQPUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLFilterSQPUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLFilterSQPUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLFilterSQPUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLFilterSQPUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLFilterSQPUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLFilterSQPUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLFilterSQPUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLFilterSQPUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLFilterSQPUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLIpoptUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLIpoptUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLIpoptUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLIpoptUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLIpoptUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLIpoptUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLIpoptUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLIpoptUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLIpoptUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLIpoptUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLIpoptUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLIpoptUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLIpoptUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLIpoptUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLIpoptUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLIpoptUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLIpoptUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLIpoptUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLIpoptUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLIpoptUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLIpoptUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLIpoptUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLIpoptUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLIpoptUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLIpoptUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLIpoptUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLIpoptUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLIpoptUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLOsiUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLOsiUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLOsiUT.h:14,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLOsiUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLOsiUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLOsiUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLOsiUT.h:14,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLOsiUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLOsiUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLOsiUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLOsiUT.h:14,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLOsiUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLOsiUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLOsiUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLOsiUT.h:14,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLOsiUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLOsiUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLOsiUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLOsiUT.h:14,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLOsiUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLOsiUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLOsiUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLOsiUT.h:14,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLOsiUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLOsiUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLOsiUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLOsiUT.h:14,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLOsiUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
: logger ok! OK (69)
Errors in build-ampl-debug:
--------------------------------------------------
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLJacobian.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLJacobian.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.h:20,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.h:20,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.h:19,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.h:19,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLJacobian.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLJacobian.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLJacobian.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLJacobian.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLJacobian.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLJacobian.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLJacobian.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLJacobian.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLJacobian.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLJacobian.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLJacobian.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLJacobian.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.h:20,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.h:20,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.h:20,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.h:20,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.h:20,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.h:20,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.h:20,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.h:20,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.h:20,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.h:20,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.h:20,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.h:20,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.h:19,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.h:19,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.h:19,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.h:19,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.h:19,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.h:19,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.h:19,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.h:19,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.h:19,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.h:19,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.h:19,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.h:19,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.h:22,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:24:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.h:22,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:24:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.h:22,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:24:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.h:22,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:24:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.h:22,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:24:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.h:22,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:24:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.h:22,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:24:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:23:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:23:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:23:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:23:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:23:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:23:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:23:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:22:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:22:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:22:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:22:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:22:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:22:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:22:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Bnb.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Bnb.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/QPDive.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/QPDive.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/McBnb.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/McBnb.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Bnb.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/QPDive.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Bnb.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.h:19,
from /home/amahajan/tmp/minotaur-test/src/algorithms/qg.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/QPDive.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/MsBnb.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Glob.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/qg.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/MsBnb.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Glob.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Bnb.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Bnb.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Bnb.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Bnb.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Bnb.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Bnb.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Bnb.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Bnb.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/QPDive.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/QPDive.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/QPDive.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/QPDive.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/QPDive.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/QPDive.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/QPDive.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/QPDive.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Bnb.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Bnb.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/QPDive.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/QPDive.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.h:19,
from /home/amahajan/tmp/minotaur-test/src/algorithms/qg.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/qg.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.h:19,
from /home/amahajan/tmp/minotaur-test/src/algorithms/qg.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/qg.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.h:19,
from /home/amahajan/tmp/minotaur-test/src/algorithms/qg.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/qg.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.h:19,
from /home/amahajan/tmp/minotaur-test/src/algorithms/qg.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/qg.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.h:19,
from /home/amahajan/tmp/minotaur-test/src/algorithms/qg.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/qg.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.h:19,
from /home/amahajan/tmp/minotaur-test/src/algorithms/qg.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/qg.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Glob.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Glob.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Glob.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Glob.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Glob.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Glob.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Glob.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Glob.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Glob.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Glob.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Glob.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Glob.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/MsBnb.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/MsBnb.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/MsBnb.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/MsBnb.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/MsBnb.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/MsBnb.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/MsBnb.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/MsBnb.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/MsBnb.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/MsBnb.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/MsBnb.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/MsBnb.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/McBnb.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/McBnb.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/McBnb.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/McBnb.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/McBnb.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/McBnb.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/McBnb.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/McBnb.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/McBnb.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/McBnb.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/McBnb.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/McBnb.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:14,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:14,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:14,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:14,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:14,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:14,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:14,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:22,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:20,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:22,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:20,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:22,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:20,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:22,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:20,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:22,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:20,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:22,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:20,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:22,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:20,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:19,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:19,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:19,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:19,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:19,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:19,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:19,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolySolverUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolySolverUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolySolverUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolySolverUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolySolverUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolySolverUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolySolverUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolySolverUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolySolverUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolySolverUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolySolverUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolySolverUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolySolverUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolySolverUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
: logger ok! OK (58)
Errors in build-ampl:
--------------------------------------------------
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.h:20,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.h:20,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.h:20,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.h:20,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.h:20,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.h:20,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.h:20,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.h:20,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.h:20,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.h:20,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.h:20,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.h:20,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.h:20,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.h:20,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.h:19,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.h:19,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.h:19,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.h:19,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.h:19,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.h:19,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.h:19,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.h:19,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.h:19,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.h:19,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.h:19,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.h:19,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.h:19,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.h:19,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLJacobian.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLJacobian.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLJacobian.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLJacobian.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLJacobian.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLJacobian.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLJacobian.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLJacobian.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLJacobian.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLJacobian.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLJacobian.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLJacobian.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLJacobian.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLJacobian.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.h:22,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:24:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.h:22,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:24:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.h:22,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:24:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.h:22,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:24:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.h:22,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:24:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.h:22,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:24:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.h:22,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:24:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:23:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:23:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:23:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:23:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:23:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:23:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:23:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:22:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:22:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:22:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:22:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:22:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:22:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:22:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Bnb.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Bnb.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Glob.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Glob.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/McBnb.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/McBnb.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Bnb.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Bnb.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Bnb.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Bnb.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Bnb.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Bnb.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Bnb.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Bnb.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Bnb.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Bnb.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Bnb.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Bnb.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Glob.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Glob.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Glob.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Glob.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Glob.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Glob.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Glob.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Glob.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Glob.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Glob.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.h:19,
from /home/amahajan/tmp/minotaur-test/src/algorithms/qg.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/qg.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Glob.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Glob.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/McBnb.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/McBnb.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/McBnb.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/McBnb.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/McBnb.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/McBnb.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/McBnb.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/McBnb.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/McBnb.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/McBnb.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/McBnb.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/McBnb.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.h:19,
from /home/amahajan/tmp/minotaur-test/src/algorithms/qg.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/qg.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.h:19,
from /home/amahajan/tmp/minotaur-test/src/algorithms/qg.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/qg.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.h:19,
from /home/amahajan/tmp/minotaur-test/src/algorithms/qg.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/qg.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.h:19,
from /home/amahajan/tmp/minotaur-test/src/algorithms/qg.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/qg.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.h:19,
from /home/amahajan/tmp/minotaur-test/src/algorithms/qg.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/qg.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.h:19,
from /home/amahajan/tmp/minotaur-test/src/algorithms/qg.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/qg.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/QPDive.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/QPDive.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/MsBnb.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/MsBnb.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/MsBnb.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/MsBnb.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/MsBnb.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/MsBnb.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/MsBnb.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/MsBnb.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/MsBnb.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/MsBnb.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/MsBnb.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/QPDive.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/MsBnb.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/QPDive.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/QPDive.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/QPDive.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/QPDive.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/QPDive.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/QPDive.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/QPDive.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/QPDive.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/QPDive.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/MsBnb.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/MsBnb.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/QPDive.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/QPDive.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:14,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:14,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:14,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:14,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:14,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:14,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:14,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:22,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:20,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:22,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:20,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:22,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:20,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:22,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:20,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:22,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:20,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:22,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:20,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:22,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:20,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:19,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:19,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:19,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:19,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:19,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:19,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:19,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolySolverUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolySolverUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolySolverUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolySolverUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolySolverUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolySolverUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolySolverUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolySolverUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolySolverUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolySolverUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolySolverUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolySolverUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolySolverUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolySolverUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
: logger ok! OK (58)
Errors in build-ampl-static:
--------------------------------------------------
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLJacobian.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLJacobian.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.h:20,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.h:20,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.h:20,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.h:20,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.h:20,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.h:20,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.h:20,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.h:20,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.h:20,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.h:20,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.h:20,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.h:20,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.h:20,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.h:20,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLNonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLJacobian.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLJacobian.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLJacobian.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLJacobian.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLJacobian.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLJacobian.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLJacobian.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLJacobian.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLJacobian.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLJacobian.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLJacobian.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLJacobian.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.h:19,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.h:19,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.h:19,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.h:19,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.h:19,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.h:19,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.h:19,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.h:19,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.h:19,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.h:19,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.h:19,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.h:19,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.h:19,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.h:19,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.h:22,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:24:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.h:22,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:24:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.h:22,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:24:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.h:22,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:24:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.h:22,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:24:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.h:22,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:24:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.h:22,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:24:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:23:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:23:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:23:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:23:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:23:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:23:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:23:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:22:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:22:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:22:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:22:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:22:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:22:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:22:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/MsBnb.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/MsBnb.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/MsBnb.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/MsBnb.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/MsBnb.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/MsBnb.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/MsBnb.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/MsBnb.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/MsBnb.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/MsBnb.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/MsBnb.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/MsBnb.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/MsBnb.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/MsBnb.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/QPDive.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/QPDive.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Bnb.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Bnb.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Glob.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Glob.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/QPDive.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/QPDive.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/QPDive.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/QPDive.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/QPDive.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/QPDive.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/QPDive.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/QPDive.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/QPDive.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/QPDive.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/QPDive.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/QPDive.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Glob.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Glob.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Bnb.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Bnb.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Glob.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Glob.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Glob.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Glob.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Glob.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Glob.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Glob.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Glob.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Bnb.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Bnb.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Bnb.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Bnb.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Bnb.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Bnb.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Bnb.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Bnb.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Glob.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Glob.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Bnb.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/Bnb.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/McBnb.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/McBnb.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/McBnb.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/McBnb.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/McBnb.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/McBnb.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/McBnb.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/McBnb.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/McBnb.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/McBnb.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/McBnb.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/McBnb.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.h:16,
from /home/amahajan/tmp/minotaur-test/src/algorithms/McBnb.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/McBnb.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.h:19,
from /home/amahajan/tmp/minotaur-test/src/algorithms/qg.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/qg.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.h:19,
from /home/amahajan/tmp/minotaur-test/src/algorithms/qg.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/qg.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.h:19,
from /home/amahajan/tmp/minotaur-test/src/algorithms/qg.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/qg.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.h:19,
from /home/amahajan/tmp/minotaur-test/src/algorithms/qg.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/qg.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.h:19,
from /home/amahajan/tmp/minotaur-test/src/algorithms/qg.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/qg.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.h:19,
from /home/amahajan/tmp/minotaur-test/src/algorithms/qg.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/qg.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLHessian.h:19,
from /home/amahajan/tmp/minotaur-test/src/algorithms/qg.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/algorithms/qg.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:14,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:14,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:14,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:14,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:14,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:14,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:14,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:22,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:20,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:22,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:20,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:22,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:20,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:22,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:20,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:22,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:20,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:22,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:20,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:22,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:20,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:19,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:19,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:19,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:19,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:19,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:19,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:19,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLInstanceUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/AMPLCGraphUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolySolverUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolySolverUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolySolverUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolySolverUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolySolverUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolySolverUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolySolverUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolySolverUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolySolverUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolySolverUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolySolverUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolySolverUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolySolverUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolySolverUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/interfaces/ampl/AMPLInterface.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/TransformerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
: logger ok! OK (58)
Errors in build-base-debug:
--------------------------------------------------
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.h:22,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:24:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.h:22,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:24:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.h:22,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:24:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.h:22,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:24:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.h:22,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:24:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.h:22,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:24:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.h:22,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:24:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:23:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:23:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:23:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:23:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:23:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:23:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:23:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:22:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:22:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:22:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:22:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:22:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:22:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:22:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:14,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:14,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:14,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:14,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:14,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:14,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:14,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:22,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:20,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:22,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:20,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:22,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:20,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:22,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:20,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:22,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:20,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:22,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:20,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:22,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:20,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:19,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:19,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:19,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:19,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:19,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:19,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:19,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
: logger ok! OK (39)
Errors in build-base:
--------------------------------------------------
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.h:22,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:24:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.h:22,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:24:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.h:22,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:24:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.h:22,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:24:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.h:22,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:24:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.h:22,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:24:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.h:22,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:24:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:23:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:23:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:23:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:23:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:23:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:23:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:23:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:22:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:22:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:22:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:22:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:22:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:22:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:22:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:14,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:14,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:14,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:14,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:14,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:14,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:14,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:22,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:20,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:22,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:20,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:22,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:20,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:22,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:20,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:22,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:20,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:22,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:20,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:22,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:20,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:19,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:19,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:19,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:19,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:19,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:19,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:19,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
: logger ok! OK (39)
Errors in build-base-static:
--------------------------------------------------
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.h:22,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:24:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.h:22,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:24:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.h:22,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:24:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.h:22,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:24:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.h:22,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:24:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.h:22,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:24:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.h:22,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:24:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:23:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:23:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:23:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:23:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:23:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:23:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:23:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:22:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:22:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:22:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:22:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:22:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:22:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:22:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:14,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:14,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:14,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:14,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:14,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:14,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:14,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:22,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:20,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:22,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:20,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:22,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:20,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:22,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:20,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:22,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:20,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:22,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:20,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:22,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:20,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:19,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:19,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:19,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:19,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:19,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:19,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:19,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
: logger ok! OK (39)
Errors in build-filter-debug:
--------------------------------------------------
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/engines/Bqpd/BqpdEngine.h:15,
from /home/amahajan/tmp/minotaur-test/src/engines/Bqpd/BqpdEngine.cpp:25:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/engines/Bqpd/BqpdEngine.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/FilterSQP/FilterSQPEngine.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/engines/FilterSQP/FilterSQPEngine.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/engines/Bqpd/BqpdEngine.h:15,
from /home/amahajan/tmp/minotaur-test/src/engines/Bqpd/BqpdEngine.cpp:25:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/engines/Bqpd/BqpdEngine.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/engines/Bqpd/BqpdEngine.h:15,
from /home/amahajan/tmp/minotaur-test/src/engines/Bqpd/BqpdEngine.cpp:25:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/engines/Bqpd/BqpdEngine.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/engines/Bqpd/BqpdEngine.h:15,
from /home/amahajan/tmp/minotaur-test/src/engines/Bqpd/BqpdEngine.cpp:25:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/engines/Bqpd/BqpdEngine.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/engines/Bqpd/BqpdEngine.h:15,
from /home/amahajan/tmp/minotaur-test/src/engines/Bqpd/BqpdEngine.cpp:25:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/engines/Bqpd/BqpdEngine.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/engines/Bqpd/BqpdEngine.h:15,
from /home/amahajan/tmp/minotaur-test/src/engines/Bqpd/BqpdEngine.cpp:25:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/engines/Bqpd/BqpdEngine.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/engines/Bqpd/BqpdEngine.h:15,
from /home/amahajan/tmp/minotaur-test/src/engines/Bqpd/BqpdEngine.cpp:25:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/engines/Bqpd/BqpdEngine.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/FilterSQP/FilterSQPEngine.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/engines/FilterSQP/FilterSQPEngine.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/FilterSQP/FilterSQPEngine.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/engines/FilterSQP/FilterSQPEngine.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/FilterSQP/FilterSQPEngine.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/engines/FilterSQP/FilterSQPEngine.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/FilterSQP/FilterSQPEngine.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/engines/FilterSQP/FilterSQPEngine.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/FilterSQP/FilterSQPEngine.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/engines/FilterSQP/FilterSQPEngine.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/FilterSQP/FilterSQPEngine.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/engines/FilterSQP/FilterSQPEngine.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.h:22,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:24:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.h:22,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:24:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.h:22,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:24:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.h:22,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:24:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.h:22,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:24:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.h:22,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:24:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.h:22,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:24:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:23:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:23:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:23:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:23:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:23:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:23:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:23:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:22:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:22:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:22:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:22:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:22:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:22:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:22:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:14,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:14,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:14,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:14,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:14,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:14,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:14,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:22,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:20,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:22,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:20,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:22,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:20,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:22,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:20,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:22,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:20,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:22,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:20,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:22,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:20,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:19,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:19,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:19,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:19,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:19,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:19,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:19,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
: logger ok! OK (39)
Errors in build-filter:
--------------------------------------------------
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/engines/Bqpd/BqpdEngine.h:15,
from /home/amahajan/tmp/minotaur-test/src/engines/Bqpd/BqpdEngine.cpp:25:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/engines/Bqpd/BqpdEngine.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/FilterSQP/FilterSQPEngine.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/engines/FilterSQP/FilterSQPEngine.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/engines/Bqpd/BqpdEngine.h:15,
from /home/amahajan/tmp/minotaur-test/src/engines/Bqpd/BqpdEngine.cpp:25:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/engines/Bqpd/BqpdEngine.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/engines/Bqpd/BqpdEngine.h:15,
from /home/amahajan/tmp/minotaur-test/src/engines/Bqpd/BqpdEngine.cpp:25:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/engines/Bqpd/BqpdEngine.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/engines/Bqpd/BqpdEngine.h:15,
from /home/amahajan/tmp/minotaur-test/src/engines/Bqpd/BqpdEngine.cpp:25:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/engines/Bqpd/BqpdEngine.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/engines/Bqpd/BqpdEngine.h:15,
from /home/amahajan/tmp/minotaur-test/src/engines/Bqpd/BqpdEngine.cpp:25:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/engines/Bqpd/BqpdEngine.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/engines/Bqpd/BqpdEngine.h:15,
from /home/amahajan/tmp/minotaur-test/src/engines/Bqpd/BqpdEngine.cpp:25:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/engines/Bqpd/BqpdEngine.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/engines/Bqpd/BqpdEngine.h:15,
from /home/amahajan/tmp/minotaur-test/src/engines/Bqpd/BqpdEngine.cpp:25:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/engines/Bqpd/BqpdEngine.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/FilterSQP/FilterSQPEngine.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/engines/FilterSQP/FilterSQPEngine.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/FilterSQP/FilterSQPEngine.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/engines/FilterSQP/FilterSQPEngine.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/FilterSQP/FilterSQPEngine.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/engines/FilterSQP/FilterSQPEngine.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/FilterSQP/FilterSQPEngine.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/engines/FilterSQP/FilterSQPEngine.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/FilterSQP/FilterSQPEngine.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/engines/FilterSQP/FilterSQPEngine.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/FilterSQP/FilterSQPEngine.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/engines/FilterSQP/FilterSQPEngine.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.h:22,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:24:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.h:22,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:24:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.h:22,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:24:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.h:22,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:24:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.h:22,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:24:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.h:22,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:24:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.h:22,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:24:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:23:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:23:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:23:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:23:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:23:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:23:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:23:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:22:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:22:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:22:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:22:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:22:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:22:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:22:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:14,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:14,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:14,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:14,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:14,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:14,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:14,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:22,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:20,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:22,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:20,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:22,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:20,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:22,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:20,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:22,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:20,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:22,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:20,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:22,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:20,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:19,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:19,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:19,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:19,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:19,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:19,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:19,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
: logger ok! OK (39)
Errors in build-filter-static:
--------------------------------------------------
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/engines/Bqpd/BqpdEngine.h:15,
from /home/amahajan/tmp/minotaur-test/src/engines/Bqpd/BqpdEngine.cpp:25:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/engines/Bqpd/BqpdEngine.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/FilterSQP/FilterSQPEngine.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/engines/FilterSQP/FilterSQPEngine.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/engines/Bqpd/BqpdEngine.h:15,
from /home/amahajan/tmp/minotaur-test/src/engines/Bqpd/BqpdEngine.cpp:25:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/engines/Bqpd/BqpdEngine.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/engines/Bqpd/BqpdEngine.h:15,
from /home/amahajan/tmp/minotaur-test/src/engines/Bqpd/BqpdEngine.cpp:25:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/engines/Bqpd/BqpdEngine.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/engines/Bqpd/BqpdEngine.h:15,
from /home/amahajan/tmp/minotaur-test/src/engines/Bqpd/BqpdEngine.cpp:25:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/engines/Bqpd/BqpdEngine.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/engines/Bqpd/BqpdEngine.h:15,
from /home/amahajan/tmp/minotaur-test/src/engines/Bqpd/BqpdEngine.cpp:25:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/engines/Bqpd/BqpdEngine.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/engines/Bqpd/BqpdEngine.h:15,
from /home/amahajan/tmp/minotaur-test/src/engines/Bqpd/BqpdEngine.cpp:25:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/engines/Bqpd/BqpdEngine.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/engines/Bqpd/BqpdEngine.h:15,
from /home/amahajan/tmp/minotaur-test/src/engines/Bqpd/BqpdEngine.cpp:25:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/engines/Bqpd/BqpdEngine.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/FilterSQP/FilterSQPEngine.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/engines/FilterSQP/FilterSQPEngine.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/FilterSQP/FilterSQPEngine.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/engines/FilterSQP/FilterSQPEngine.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/FilterSQP/FilterSQPEngine.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/engines/FilterSQP/FilterSQPEngine.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/FilterSQP/FilterSQPEngine.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/engines/FilterSQP/FilterSQPEngine.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/FilterSQP/FilterSQPEngine.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/engines/FilterSQP/FilterSQPEngine.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/FilterSQP/FilterSQPEngine.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/engines/FilterSQP/FilterSQPEngine.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.h:22,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:24:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.h:22,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:24:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.h:22,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:24:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.h:22,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:24:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.h:22,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:24:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.h:22,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:24:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.h:22,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:24:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:23:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:23:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:23:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:23:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:23:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:23:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:23:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:22:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:22:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:22:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:22:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:22:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:22:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:22:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:14,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:14,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:14,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:14,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:14,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:14,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:14,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:22,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:20,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:22,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:20,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:22,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:20,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:22,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:20,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:22,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:20,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:22,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:20,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:22,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:20,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:19,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:19,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:19,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:19,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:19,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:19,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:19,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
: logger ok! OK (39)
Errors in build-ipopt-debug:
--------------------------------------------------
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/Ipopt/IpoptEngine.cpp:26:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/Ipopt/IpoptEngine.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/Ipopt/IpoptEngine.cpp:26:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/Ipopt/IpoptEngine.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/Ipopt/IpoptEngine.cpp:26:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/Ipopt/IpoptEngine.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/Ipopt/IpoptEngine.cpp:26:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/Ipopt/IpoptEngine.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/Ipopt/IpoptEngine.cpp:26:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/Ipopt/IpoptEngine.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/Ipopt/IpoptEngine.cpp:26:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/Ipopt/IpoptEngine.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/Ipopt/IpoptEngine.cpp:26:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/Ipopt/IpoptEngine.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.h:22,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:24:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.h:22,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:24:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.h:22,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:24:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.h:22,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:24:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.h:22,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:24:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.h:22,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:24:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.h:22,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:24:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:23:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:23:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:23:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:23:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:23:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:23:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:23:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:22:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:22:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:22:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:22:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:22:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:22:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:22:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:14,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:14,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:14,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:14,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:14,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:14,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:14,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:22,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:20,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:22,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:20,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:22,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:20,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:22,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:20,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:22,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:20,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:22,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:20,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:22,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:20,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:19,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:19,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:19,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:19,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:19,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:19,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:19,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/NLPBnbUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/NLPBnbUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/NLPBnbUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/NLPBnbUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/NLPBnbUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/NLPBnbUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/NLPBnbUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/NLPBnbUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/NLPBnbUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/NLPBnbUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/NLPBnbUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/NLPBnbUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/NLPBnbUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/NLPBnbUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/IpoptEngineUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/IpoptEngineUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/IpoptEngineUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/IpoptEngineUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/IpoptEngineUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/IpoptEngineUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/IpoptEngineUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/IpoptEngineUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/IpoptEngineUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/IpoptEngineUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/IpoptEngineUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/IpoptEngineUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/IpoptEngineUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/IpoptEngineUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
: logger ok! OK (42)
Errors in build-ipopt:
--------------------------------------------------
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/Ipopt/IpoptEngine.cpp:26:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/Ipopt/IpoptEngine.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/Ipopt/IpoptEngine.cpp:26:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/Ipopt/IpoptEngine.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/Ipopt/IpoptEngine.cpp:26:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/Ipopt/IpoptEngine.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/Ipopt/IpoptEngine.cpp:26:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/Ipopt/IpoptEngine.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/Ipopt/IpoptEngine.cpp:26:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/Ipopt/IpoptEngine.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/Ipopt/IpoptEngine.cpp:26:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/Ipopt/IpoptEngine.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/Ipopt/IpoptEngine.cpp:26:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/Ipopt/IpoptEngine.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.h:22,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:24:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.h:22,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:24:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.h:22,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:24:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.h:22,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:24:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.h:22,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:24:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.h:22,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:24:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.h:22,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:24:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:23:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:23:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:23:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:23:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:23:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:23:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:23:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:22:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:22:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:22:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:22:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:22:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:22:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:22:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:14,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:14,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:14,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:14,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:14,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:14,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:14,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:22,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:20,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:22,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:20,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:22,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:20,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:22,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:20,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:22,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:20,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:22,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:20,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:22,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:20,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:19,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:19,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:19,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:19,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:19,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:19,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:19,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/NLPBnbUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/NLPBnbUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/NLPBnbUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/NLPBnbUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/NLPBnbUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/NLPBnbUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/NLPBnbUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/NLPBnbUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/NLPBnbUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/NLPBnbUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/NLPBnbUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/NLPBnbUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/NLPBnbUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/NLPBnbUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/IpoptEngineUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/IpoptEngineUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/IpoptEngineUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/IpoptEngineUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/IpoptEngineUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/IpoptEngineUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/IpoptEngineUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/IpoptEngineUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/IpoptEngineUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/IpoptEngineUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/IpoptEngineUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/IpoptEngineUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/IpoptEngineUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/IpoptEngineUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
: logger ok! OK (42)
Errors in build-ipopt-static:
--------------------------------------------------
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/Ipopt/IpoptEngine.cpp:26:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/Ipopt/IpoptEngine.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/Ipopt/IpoptEngine.cpp:26:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/Ipopt/IpoptEngine.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/Ipopt/IpoptEngine.cpp:26:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/Ipopt/IpoptEngine.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/Ipopt/IpoptEngine.cpp:26:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/Ipopt/IpoptEngine.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/Ipopt/IpoptEngine.cpp:26:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/Ipopt/IpoptEngine.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/Ipopt/IpoptEngine.cpp:26:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/Ipopt/IpoptEngine.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/Ipopt/IpoptEngine.cpp:26:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/Ipopt/IpoptEngine.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.h:22,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:24:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.h:22,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:24:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.h:22,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:24:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.h:22,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:24:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.h:22,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:24:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.h:22,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:24:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.h:22,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:24:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:23:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:23:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:23:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:23:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:23:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:23:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:23:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:22:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:22:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:22:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:22:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:22:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:22:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:22:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:14,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:14,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:14,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:14,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:14,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:14,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:14,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:22,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:20,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:22,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:20,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:22,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:20,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:22,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:20,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:22,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:20,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:22,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:20,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:22,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:20,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:19,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:19,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:19,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:19,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:19,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:19,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:19,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/NLPBnbUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/NLPBnbUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/NLPBnbUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/NLPBnbUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/NLPBnbUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/NLPBnbUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/NLPBnbUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/NLPBnbUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/NLPBnbUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/NLPBnbUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/NLPBnbUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/NLPBnbUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/NLPBnbUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/NLPBnbUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/IpoptEngineUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/IpoptEngineUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/IpoptEngineUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/IpoptEngineUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/IpoptEngineUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/IpoptEngineUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/IpoptEngineUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/IpoptEngineUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/IpoptEngineUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/IpoptEngineUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/IpoptEngineUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/IpoptEngineUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/IpoptEngineUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/IpoptEngineUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
: logger ok! OK (42)
Errors in build-osi-debug:
--------------------------------------------------
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/OsiLP/OsiLPEngine.cpp:35:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/engines/OsiLP/OsiLPEngine.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/OsiLP/OsiLPEngine.cpp:35:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/engines/OsiLP/OsiLPEngine.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/OsiLP/OsiLPEngine.cpp:35:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/engines/OsiLP/OsiLPEngine.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/OsiLP/OsiLPEngine.cpp:35:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/engines/OsiLP/OsiLPEngine.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/OsiLP/OsiLPEngine.cpp:35:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/engines/OsiLP/OsiLPEngine.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/OsiLP/OsiLPEngine.cpp:35:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/engines/OsiLP/OsiLPEngine.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/OsiLP/OsiLPEngine.cpp:35:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/engines/OsiLP/OsiLPEngine.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.h:22,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:24:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.h:22,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:24:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.h:22,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:24:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.h:22,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:24:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.h:22,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:24:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.h:22,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:24:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.h:22,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:24:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:23:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:23:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:23:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:23:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:23:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:23:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:23:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:22:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:22:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:22:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:22:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:22:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:22:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:22:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:14,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:14,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:14,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:14,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:14,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:14,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:14,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:22,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:20,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:22,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:20,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:22,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:20,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:22,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:20,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:22,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:20,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:22,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:20,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:22,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:20,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:19,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:19,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:19,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:19,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:19,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:19,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:19,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
: logger ok! OK (39)
Errors in build-osi:
--------------------------------------------------
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/OsiLP/OsiLPEngine.cpp:35:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/engines/OsiLP/OsiLPEngine.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/OsiLP/OsiLPEngine.cpp:35:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/engines/OsiLP/OsiLPEngine.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/OsiLP/OsiLPEngine.cpp:35:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/engines/OsiLP/OsiLPEngine.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/OsiLP/OsiLPEngine.cpp:35:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/engines/OsiLP/OsiLPEngine.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/OsiLP/OsiLPEngine.cpp:35:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/engines/OsiLP/OsiLPEngine.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/OsiLP/OsiLPEngine.cpp:35:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/engines/OsiLP/OsiLPEngine.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/OsiLP/OsiLPEngine.cpp:35:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/engines/OsiLP/OsiLPEngine.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.h:22,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:24:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.h:22,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:24:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.h:22,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:24:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.h:22,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:24:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.h:22,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:24:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.h:22,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:24:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.h:22,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:24:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:23:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:23:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:23:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:23:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:23:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:23:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:23:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:22:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:22:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:22:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:22:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:22:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:22:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:22:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:14,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:14,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:14,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:14,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:14,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:14,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:14,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:22,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:20,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:22,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:20,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:22,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:20,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:22,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:20,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:22,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:20,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:22,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:20,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:22,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:20,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:19,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:19,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:19,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:19,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:19,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:19,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:19,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
: logger ok! OK (39)
Errors in build-osi-static:
--------------------------------------------------
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.h:17,
from /home/amahajan/tmp/minotaur-test/src/engines/EngineFactory.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/OsiLP/OsiLPEngine.cpp:35:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/engines/OsiLP/OsiLPEngine.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/OsiLP/OsiLPEngine.cpp:35:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/engines/OsiLP/OsiLPEngine.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/OsiLP/OsiLPEngine.cpp:35:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/engines/OsiLP/OsiLPEngine.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/OsiLP/OsiLPEngine.cpp:35:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/engines/OsiLP/OsiLPEngine.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/OsiLP/OsiLPEngine.cpp:35:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/engines/OsiLP/OsiLPEngine.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/OsiLP/OsiLPEngine.cpp:35:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/engines/OsiLP/OsiLPEngine.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/engines/OsiLP/OsiLPEngine.cpp:35:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/engines/OsiLP/OsiLPEngine.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BndProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/BranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/Chol.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.h:23,
from /home/amahajan/tmp/minotaur-test/src/base/CoverCutGenerator.cpp:28:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutInfo.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan1.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Cut.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CutMan2.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Eigen.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxQuadHandler.cpp:26:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/CxUnivarHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/FeasibilityPump.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.cpp:20:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.h:26,
from /home/amahajan/tmp/minotaur-test/src/base/Interrupt.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrVarCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/IntVarHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.cpp:13:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/KnapCovHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/KnapsackList.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.h:24,
from /home/amahajan/tmp/minotaur-test/src/base/LGCIGenerator.cpp:29:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/LPRelaxation.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LexicoBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinBil.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Modification.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinConMod.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/LinMods.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearCut.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinFeasPump.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/LinearHandler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.h:34,
from /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxFreqBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MaxVioBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/MINLPDiving.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MsProcessor.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/MultilinearTermsHandler.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.h:11,
from /home/amahajan/tmp/minotaur-test/src/base/NLPRelaxation.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NLPMultiStart.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/NlPresHandler.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Node.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeFullRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeHeap.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/NodeProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Node.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/NodeStack.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Objective.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Option.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBndProcessor.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:21:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ParBranchAndBound.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/ParNodeIncRelaxer.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ParTreeManager.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PCBProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCon.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.h:22,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:24:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.h:22,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:24:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.h:22,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:24:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.h:22,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:24:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.h:22,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:24:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.h:22,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:24:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.h:22,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:24:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutGenerator.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Handler.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/PerspCutHandler.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreAuxVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreDelVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreMod.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/PreSubstVars.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Presolver.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Problem.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/ProbStructure.cpp:12:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/QPDRelaxer.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:23:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:23:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:23:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:23:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:23:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:23:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CNode.h:19,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:23:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QGHandler.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Brancher.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QPDProcessor.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:22:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:22:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:22:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:22:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:22:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:22:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:22:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadHandler.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/RandomBrancher.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/HessianOfLag.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/QuadraticFunction.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Relaxation.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/ReliabilityBrancher.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SecantMod.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleCutMan.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SimpleTransformer.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/Solution.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SolutionPool.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Operations.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:20:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS1Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOS2Handler.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from /usr/include/c++/6/iomanip:43,
from /home/amahajan/tmp/minotaur-test/src/base/SOSBrCand.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Transformer.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/TransPoly.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Branch.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/TreeManager.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/TransSep.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/BrCand.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.cpp:16:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Engine.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/VarBoundMod.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.h:21,
from /home/amahajan/tmp/minotaur-test/src/base/Variable.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/base/YEqLFs.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/NonlinearFunction.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/PolynomialFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqMonomial.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/CGraph.h:20,
from /home/amahajan/tmp/minotaur-test/src/base/YEqUCGs.cpp:17:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/base/YEqVars.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:14,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:14,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:14,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:14,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:14,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:14,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.h:14,
from /home/amahajan/tmp/minotaur-test/src/testing/CGraphUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:22,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:20,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:22,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:20,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:22,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:20,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:22,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:20,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:22,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:20,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:22,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:20,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Environment.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:22,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.h:20,
from /home/amahajan/tmp/minotaur-test/src/testing/EnvironmentUT.cpp:15:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:19,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:19,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:19,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:19,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:19,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:19,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:19,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/FunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/ProblemUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Jacobian.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/JacobianUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/HessianOfLagUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LapackUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Constraint.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LinearFunctionUT.cpp:14:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/LoggerUT.cpp:9:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/ObjectiveUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:18,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/OperationsUT.cpp:10:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Function.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:10:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/cppunit-1.13.2/build/include/cppunit/extensions/HelperMacros.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.h:16,
from /home/amahajan/tmp/minotaur-test/src/testing/PolyUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/LinearFunction.h:17,
from /home/amahajan/tmp/minotaur-test/src/testing/QuadraticFunctionUT.cpp:11:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:242:65: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:441:31: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:454:22: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:520:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:529:34: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17:0,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp: In member function âboost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)â:
/home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:531:38: warning: âtemplate<class> class std::auto_ptrâ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/config/no_tr1/memory.hpp:21,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/smart_ptr/shared_ptr.hpp:23,
from /home/amahajan/tmp/minotaur-test/minotaur-externals/boost/shared_ptr.hpp:17,
from /home/amahajan/tmp/minotaur-test/src/base/Types.h:16,
from /home/amahajan/tmp/minotaur-test/src/base/Timer.h:31,
from /home/amahajan/tmp/minotaur-test/src/testing/TimerUT.cpp:8:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
: logger ok! OK (39)
End of tests
Thu Apr 13 23:01:16 IST 2017
--------------------------------------------------
More information about the Minotaur-dev
mailing list